home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Misc
/
PowerGloveInspector
/
Source
/
English.lproj
/
PGInspector.nib
/
data.classes
next >
Wrap
Text File
|
1995-06-12
|
802b
|
61 lines
PowerGlove = {
ACTIONS = {
stopDSP:;
startDSP:;
};
OUTLETS = {
};
SUPERCLASS = Object;
};
MyWindow = {
SUPERCLASS = Window;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
PGController = {
ACTIONS = {
showInfoPanel:;
setSampleDelay:;
appDidInit:;
showPreferencesPanel:;
};
OUTLETS = {
downButton;
indexSlider;
sampleDelayField;
ringSlider;
rightButton;
upButton;
selectButton;
bButton;
xField;
infoPanel;
rollField;
powerGloveView;
startButton;
leftButton;
thumbSlider;
middleSlider;
zField;
preferencesPanel;
powerGlove;
yField;
sampleDelaySlider;
aButton;
};
SUPERCLASS = Object;
};
PowerGloveView = {
OUTLETS = {
powerGlove;
xField;
yField;
zField;
rollField;
};
SUPERCLASS = View;
};